home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / radix.z / radix
Encoding:
Text File  |  2002-10-03  |  1.5 KB  |  44 lines

  1. RADIX(3I)                                             Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      RRAADDIIXX - Returns the base number from the real or integer number models
  6.  
  7. SSYYNNOOPPSSIISS
  8.      RRAADDIIXX (([XX==]_x))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The RRAADDIIXX intrinsic function returns the base number of the model
  20.      (either real or integer) that represents numbers of the same type and
  21.      kind type parameter as the argument specified.  For more information
  22.      on the real number model and the integer number model, see the
  23.      MMOODDEELLSS(3I) man page.  It accepts the following argument:
  24.  
  25.      _x    Must be of type integer or real.  It may be scalar or array
  26.           valued.
  27.  
  28.      RRAADDIIXX is an inquiry function.  The name of this intrinsic cannot be
  29.      passed as an argument.
  30.  
  31. RREETTUURRNN VVAALLUUEESS
  32.      The result is a default integer scalar.  The result has the value _r if
  33.      _x is of type integer and the value _b if _x is of type real, where _r and
  34.      _b are as defined in the model.
  35.  
  36. EEXXAAMMPPLLEESS
  37.      RRAADDIIXX((XX)) has the value 2 for real XX.
  38.  
  39. SSEEEE AALLSSOO
  40.      MMOODDEELLSS(3I)
  41.  
  42.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  43.      man page.
  44.